home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Misc / Wood.0.72 / Sources / English.lproj / TreeInspector.nib / data.classes next >
Encoding:
Text File  |  1995-09-11  |  2.5 KB  |  90 lines

  1. MiscSwapContentsController = {
  2.     ACTIONS = {"ok:" = "ok:"; "revert:" = "revert:"; }; 
  3.     OUTLETS = {swapView = swapView; trigger = trigger; view = view; }; 
  4.     SUPERCLASS = Object; 
  5. };
  6. MiscSwapView = {
  7.     ACTIONS = {
  8.     "addController:" = "addController:"; 
  9.     "removeController:" = "removeController:"; 
  10.     "swapContentView:" = "swapContentView:"; 
  11.     }; 
  12.     OUTLETS = {
  13.     contentView = contentView; 
  14.     contentViewsHomeView = contentViewsHomeView; 
  15.     controllers = controllers; 
  16.     currentController = currentController; 
  17.     delegate = delegate; 
  18.     trigger = trigger; 
  19.     }; 
  20.     SUPERCLASS = View; 
  21. };
  22. MiscMultiSelInspector = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = MiscDefaultInspector; };
  23. MiscDefaultInspector = {
  24.     ACTIONS = {}; 
  25.     OUTLETS = {controllers = controllers; }; 
  26.     SUPERCLASS = MiscInspector; 
  27. };
  28. MiscNoSelInspector = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = MiscDefaultInspector; };
  29. MiscSwapViewByPopUp = {
  30.     ACTIONS = {"swapContentView:" = "swapContentView:"; }; 
  31.     OUTLETS = {popUpCover = popUpCover; }; 
  32.     SUPERCLASS = MiscSwapView; 
  33. };
  34. MiscInspector = {
  35.     ACTIONS = {
  36.     "ok:" = "ok:"; 
  37.     "revert:" = "revert:"; 
  38.     "textDidChange:" = "textDidChange:"; 
  39.     "touch:" = "touch:"; 
  40.     }; 
  41.     OUTLETS = {manager = manager; }; 
  42.     SUPERCLASS = MiscSwapContentsController; 
  43. };
  44. MiscInspectorManager = {
  45.     ACTIONS = {
  46.     "makeKeyAndOrderFront:" = "makeKeyAndOrderFront:"; 
  47.     "ok:" = "ok:"; 
  48.     "revert:" = "revert:"; 
  49.     "textDidChange:" = "textDidChange:"; 
  50.     "touch:" = "touch:"; 
  51.     "viewDidSwap:" = "viewDidSwap:"; 
  52.     "viewWillSwap:" = "viewWillSwap:"; 
  53.     }; 
  54.     OUTLETS = {
  55.     buttonsSuperview = buttonsSuperview; 
  56.     inspectors = inspectors; 
  57.     multiSelInspector = multiSelInspector; 
  58.     noSelInspector = noSelInspector; 
  59.     notApplInspector = notApplInspector; 
  60.     okButton = okButton; 
  61.     revertButton = revertButton; 
  62.     selection = selection; 
  63.     swapView = swapView; 
  64.     window = window; 
  65.     }; 
  66.     SUPERCLASS = Object; 
  67. };
  68. TreeInspector = {
  69.     ACTIONS = {
  70.     "changeBiegFactor:" = "changeBiegFactor:"; 
  71.     "changeBorder:" = "changeBorder:"; 
  72.     "changeLinkKind:" = "changeLinkKind:"; 
  73.     "changeParentDistance:" = "changeParentDistance:"; 
  74.     "changeShadow:" = "changeShadow:"; 
  75.     "changeShadowColor:" = "changeShadowColor:"; 
  76.     "ok:" = "ok:"; 
  77.     "revert:" = "revert:"; 
  78.     }; 
  79.     OUTLETS = {
  80.     biegFactor = biegFactor; 
  81.     border = border; 
  82.     linkKind = linkKind; 
  83.     parentDistance = parentDistance; 
  84.     shadow = shadow; 
  85.     shadowColor = shadowColor; 
  86.     }; 
  87.     SUPERCLASS = MiscInspector; 
  88. };
  89. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  90.